DevForce Help Reference
ConvertTo<TNewArgs> Method (PropertyInterceptorAction<TArgs>)


Internal use only.
Syntax
'Declaration
 
Public Overrides Function ConvertTo(Of TNewArgs As PropertyInterceptorArgs)() As PropertyInterceptorAction(Of TNewArgs)
'Usage
 
Dim instance As PropertyInterceptorAction(Of TArgs)
Dim value As PropertyInterceptorAction(Of TNewArgs)
 
value = instance.ConvertTo(Of TNewArgs)()
public override PropertyInterceptorAction<TNewArgs> ConvertTo<TNewArgs>()
where TNewArgs: PropertyInterceptorArgs

Type Parameters

TNewArgs
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyInterceptorAction<TArgs> Class
PropertyInterceptorAction<TArgs> Members

Send Feedback